mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-06 15:08:50 +00:00
Summary: ## Changes in this pull request `Examples/Examples-iOS/Pods/Pods.xcodeproj/project.pbxproj` `Examples/Examples-tvOS/Pods/Pods.xcodeproj/project.pbxproj` this change just Xcode 11.2 generated. This pr aim to remove useless `IGSystemVersion` file. ### Checklist - [x] All tests pass. Demo project builds and runs. - [ ] I added tests, an experiment, or detailed why my change isn't tested. - [x] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [x] 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/1396 Reviewed By: lorixx Differential Revision: D18638299 Pulled By: iperry90 fbshipit-source-id: 0b6583f1210e5d1570dd672eed8c59901d6785f6
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "IGListDiffKit",
|
|
"version": "4.0.0",
|
|
"summary": "Diffing utilities for a data-driven UICollectionView framework.",
|
|
"homepage": "https://github.com/Instagram/IGListKit",
|
|
"documentation_url": "https://instagram.github.io/IGListKit",
|
|
"description": "Diffing utilities for 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.0.0",
|
|
"branch": "stable"
|
|
},
|
|
"source_files": "Source/IGListDiffKit/**/*.{h,m,mm}",
|
|
"private_header_files": "Source/IGListDiffKit/Internal/*.h",
|
|
"requires_arc": true,
|
|
"platforms": {
|
|
"ios": "9.0",
|
|
"tvos": "9.0",
|
|
"osx": "10.11"
|
|
},
|
|
"ios": {
|
|
"frameworks": "UIKit"
|
|
},
|
|
"tvos": {
|
|
"frameworks": "UIKit"
|
|
},
|
|
"osx": {
|
|
"frameworks": "Cocoa"
|
|
},
|
|
"libraries": "c++",
|
|
"pod_target_xcconfig": {
|
|
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
|
|
"CLANG_CXX_LIBRARY": "libc++"
|
|
}
|
|
}
|