[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / a / 3 / e / Texture / 2.2 / Texture.podspec.json
blobdc7f4d4444f28f0e3c27ec22e9cd19dff200e50e
2   "name": "Texture",
3   "version": "2.2",
4   "license": {
5     "type": "BSD"
6   },
7   "homepage": "http://asyncdisplaykit.org",
8   "authors": {
9     "Huy Nguyen": "huy@pinterest.com",
10     "Garrett Moon": "garrett@excitedpixel.com",
11     "Scott Goodson": "scottgoodson@gmail.com",
12     "Michael Schneider": "schneider@pinterest.com",
13     "Adlai Hollar": "adlai@pinterest.com"
14   },
15   "summary": "Smooth asynchronous user interfaces for iOS apps.",
16   "source": {
17     "git": "https://github.com/TextureGroup/Texture.git",
18     "tag": "2.2"
19   },
20   "module_name": "AsyncDisplayKit",
21   "documentation_url": "http://asyncdisplaykit.org/appledoc/",
22   "weak_frameworks": [
23     "Photos",
24     "MapKit",
25     "AssetsLibrary"
26   ],
27   "requires_arc": true,
28   "platforms": {
29     "ios": "8.0"
30   },
31   "default_subspecs": "PINRemoteImage",
32   "social_media_url": "https://twitter.com/AsyncDisplayKit",
33   "libraries": "c++",
34   "pod_target_xcconfig": {
35     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
36     "CLANG_CXX_LIBRARY": "libc++"
37   },
38   "subspecs": [
39     {
40       "name": "Core",
41       "prefix_header_file": "AsyncDisplayKit/AsyncDisplayKit-Prefix.pch",
42       "public_header_files": [
43         "AsyncDisplayKit/*.h",
44         "AsyncDisplayKit/Details/**/*.h",
45         "AsyncDisplayKit/Layout/**/*.h",
46         "Base/*.h",
47         "AsyncDisplayKit/Debug/ASLayoutElementInspectorNode.h",
48         "AsyncDisplayKit/TextKit/ASTextNodeTypes.h",
49         "AsyncDisplayKit/TextKit/ASTextKitComponents.h"
50       ],
51       "source_files": [
52         "AsyncDisplayKit/**/*.{h,m,mm}",
53         "Base/*.{h,m}",
54         "AsyncDisplayKit/TextKit/*.h"
55       ],
56       "xcconfig": {
57         "GCC_PRECOMPILE_PREFIX_HEADER": "YES"
58       }
59     },
60     {
61       "name": "PINRemoteImage",
62       "xcconfig": {
63         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PIN_REMOTE_IMAGE=1"
64       },
65       "dependencies": {
66         "PINRemoteImage/iOS": [
67           "= 3.0.0-beta.8"
68         ],
69         "PINRemoteImage/PINCache": [
71         ],
72         "Texture/Core": [
74         ]
75       }
76     },
77     {
78       "name": "IGListKit",
79       "xcconfig": {
80         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) IG_LIST_KIT=1"
81       },
82       "dependencies": {
83         "IGListKit": [
84           "2.1.0"
85         ],
86         "Texture/Core": [
88         ]
89       }
90     },
91     {
92       "name": "Yoga",
93       "xcconfig": {
94         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOGA=1"
95       },
96       "dependencies": {
97         "Yoga": [
98           "1.0.2"
99         ],
100         "Texture/Core": [
102         ]
103       }
104     }
105   ]