IGListKit/Examples/Examples-iOS/Pods/Local Podspecs/IGListSwiftKit.podspec.json
Zhisheng Huang 0cda9dde2b Run ./script/setup.sh to generate project files (#1431)
Summary:
## Changes in this pull request

Run ./script/setup.sh to regenerate some of the Example projects missing files, that are causing the build failure in travis CI. Let's see how it goes.

Issue fixed: #

### Checklist

- [ ] All tests pass. Demo project builds and runs.
- [ ] I added tests, an experiment, or detailed why my change isn't tested.
- [ ] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes.
- [ ] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md)
Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1431

Reviewed By: bdotdub

Differential Revision: D20119287

Pulled By: lorixx

fbshipit-source-id: c9b22b513a248c6428f4730f620f8d72ff37a560
2020-02-26 12:26:58 -08:00

46 lines
1 KiB
JSON

{
"name": "IGListSwiftKit",
"version": "4.1.0",
"summary": "A data-driven UICollectionView framework.",
"homepage": "https://github.com/Instagram/IGListKit",
"documentation_url": "https://instagram.github.io/IGListKit",
"description": "A data-driven UICollectionView framework for building fast and flexible lists.",
"license": {
"type": "MIT"
},
"authors": "Instagram",
"social_media_url": "https://twitter.com/fbOpenSource",
"source": {
"git": "https://github.com/Instagram/IGListKit.git",
"tag": "4.1.0",
"branch": "stable"
},
"dependencies": {
"IGListKit": [
"= 4.1.0"
]
},
"ios": {
"source_files": [
"Source/IGListSwiftKit/**/*.{swift}"
],
"frameworks": "UIKit"
},
"tvos": {
"source_files": [
"Source/IGListSwiftKit/**/*.{swift}"
],
"frameworks": "UIKit"
},
"requires_arc": true,
"swift_versions": [
"4.0",
"5.0",
"5.1"
],
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"swift_version": "5.1"
}