[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 3 / 1 / d / IGListKit+n2one / 1.0.0.0 / IGListKit+n2one.podspec.json
blob96c969aec08356da58cc0c5e9291e6472c74fb8f
2   "name": "IGListKit+n2one",
3   "version": "1.0.0.0",
4   "summary": "A data-driven UICollectionView framework.",
5   "homepage": "https://github.com/sunbohong/IGListKit/tree/n2one",
6   "description": "A data-driven UICollectionView framework for building fast and flexible lists.",
7   "license": {
8     "type": "BSD"
9   },
10   "authors": "酷酷的哀殿",
11   "social_media_url": "https://github.com/sunbohong",
12   "source": {
13     "git": "https://github.com/sunbohong/IGListKit.git",
14     "tag": "1.0.0.0",
15     "branch": "n2one"
16   },
17   "source_files": "Source/**/*.{h,m,mm}",
18   "private_header_files": "Source/Internal/*.h",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0"
22   },
23   "frameworks": "UIKit",
24   "libraries": "c++",
25   "pod_target_xcconfig": {
26     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
27     "CLANG_CXX_LIBRARY": "libc++"
28   }