IGListKit/Examples/Examples-iOS/Pods/Local Podspecs/IGListKit.podspec.json
Jesse Squires 4e42712e5b fixup common files and podspec, #270
Summary:
- Add missing common files
- Fix podspec for common files
- Pod install all examples

Reviewed By: rnystrom

Differential Revision: D4350871

fbshipit-source-id: 708ebe6ce66caed75af5b2ac18920dcf45567d16
2016-12-19 21:44:13 -08:00

50 lines
1.3 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",
"Source/Common/Internal/*.h"
],
"frameworks": "UIKit"
},
"tvos": {
"source_files": "Source/**/*.{h,m,mm}",
"private_header_files": [
"Source/Internal/*.h",
"Source/Common/Internal/*.h"
],
"frameworks": "UIKit"
},
"osx": {
"source_files": "Source/Common/**/*.{h,m,mm}",
"private_header_files": "Source/Common/Internal/*.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++"
}
}