IGListKit/Examples/Examples-iOS/Pods/Local Podspecs/IGListKit.podspec.json
Jesse Squires 9600c23d15 run pod install everywhere, gen docs.
Summary:
- Project fixes for macOS support, #270
- Podspec fixes for macOS, #270
- Project test target fixes
- Pod install all examples
- Re-gen docs

Differential Revision: D4327169

fbshipit-source-id: bbe7896f8f50aaf3b8da03d0c21a0fb6f775c7cd
2016-12-14 14:44:10 -08:00

67 lines
2.1 KiB
JSON

{
"name": "IGListKit",
"version": "2.0.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": "BSD"
},
"authors": "Instagram",
"social_media_url": "https://twitter.com/fbOpenSource",
"source": {
"git": "https://github.com/Instagram/IGListKit.git",
"tag": "2.0.0",
"branch": "stable"
},
"ios": {
"source_files": "Source/**/*.{h,m,mm}",
"private_header_files": "Source/Internal/*.h",
"frameworks": "UIKit"
},
"tvos": {
"source_files": "Source/**/*.{h,m,mm}",
"private_header_files": "Source/Internal/*.h",
"frameworks": "UIKit"
},
"osx": {
"source_files": [
"Source/IGListAssert.h",
"Source/IGListIndexSetResult.{h,m}",
"Source/IGListDiff.{h,mm}",
"Source/NSNumber+IGListDiffable.{h,m}",
"Source/NSString+IGListDiffable.{h,m}",
"Source/IGListMoveIndexPath.{h,m}",
"Source/IGListMoveIndex.{h,m}",
"Source/IGListIndexPathResult.{h,m}",
"Source/IGListBatchUpdateData.{h,m,mm}",
"Source/IGListDiffable.h",
"Source/IGListMacros.h",
"Source/IGListExperiments.h",
"Source/IGListKit.h",
"Source/Internal/IGListMoveIndexInternal.h",
"Source/Internal/IGListIndexPathResultInternal.h",
"Source/Internal/IGListIndexSetResultInternal.h",
"Source/Internal/IGListMoveIndexPathInternal.h"
],
"private_header_files": [
"Source/Internal/IGListMoveIndexInternal.h",
"Source/Internal/IGListIndexPathResultInternal.h",
"Source/Internal/IGListIndexSetResultInternal.h",
"Source/Internal/IGListMoveIndexPathInternal.h"
],
"frameworks": "Cocoa"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.8"
},
"libraries": "c++",
"pod_target_xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
}
}