[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / a / 3 / e / Texture / 2.3.1 / Texture.podspec.json
blobe4ebfa785531ae6bb8ed05ef91808dfcf0651517
2   "name": "Texture",
3   "version": "2.3.1",
4   "license": {
5     "type": "BSD and Apache 2"
6   },
7   "homepage": "http://texturegroup.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.3.1"
19   },
20   "module_name": "AsyncDisplayKit",
21   "header_dir": "AsyncDisplayKit",
22   "documentation_url": "http://texturegroup.org/appledoc/",
23   "weak_frameworks": [
24     "Photos",
25     "MapKit",
26     "AssetsLibrary"
27   ],
28   "requires_arc": true,
29   "platforms": {
30     "ios": "8.0"
31   },
32   "default_subspecs": "PINRemoteImage",
33   "social_media_url": "https://twitter.com/TextureiOS",
34   "libraries": "c++",
35   "pod_target_xcconfig": {
36     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
37     "CLANG_CXX_LIBRARY": "libc++"
38   },
39   "subspecs": [
40     {
41       "name": "Core",
42       "public_header_files": [
43         "Source/*.h",
44         "Source/Details/**/*.h",
45         "Source/Layout/**/*.h",
46         "Source/Base/*.h",
47         "Source/Debug/**/*.h",
48         "Source/TextKit/ASTextNodeTypes.h",
49         "Source/TextKit/ASTextKitComponents.h"
50       ],
51       "source_files": [
52         "Source/**/*.{h,m,mm}",
53         "Base/*.{h,m}",
54         "Source/TextKit/*.h"
55       ],
56       "xcconfig": {
57         "GCC_PRECOMPILE_PREFIX_HEADER": "YES"
58       }
59     },
60     {
61       "name": "PINRemoteImage",
62       "dependencies": {
63         "PINRemoteImage/iOS": [
64           "= 3.0.0-beta.9"
65         ],
66         "PINRemoteImage/PINCache": [
68         ],
69         "Texture/Core": [
71         ]
72       }
73     },
74     {
75       "name": "IGListKit",
76       "dependencies": {
77         "IGListKit": [
78           "2.1.0"
79         ],
80         "Texture/Core": [
82         ]
83       }
84     },
85     {
86       "name": "Yoga",
87       "xcconfig": {
88         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOGA=1"
89       },
90       "dependencies": {
91         "Yoga": [
92           "1.0.2"
93         ],
94         "Texture/Core": [
96         ]
97       }
98     }
99   ]