[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 3 / e / Texture / 2.7 / Texture.podspec.json
blob547e23b45f1652de1c2cd48e88350f7392110edf
2   "name": "Texture",
3   "version": "2.7",
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 Holler": "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.7"
19   },
20   "module_name": "AsyncDisplayKit",
21   "header_dir": "AsyncDisplayKit",
22   "documentation_url": "http://texturegroup.org/appledoc/",
23   "ios": {
24     "weak_frameworks": "AssetsLibrary"
25   },
26   "weak_frameworks": [
27     "Photos",
28     "MapKit"
29   ],
30   "platforms": {
31     "ios": "9.0",
32     "tvos": "9.0"
33   },
34   "default_subspecs": "PINRemoteImage",
35   "social_media_url": "https://twitter.com/TextureiOS",
36   "libraries": "c++",
37   "pod_target_xcconfig": {
38     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
39     "CLANG_CXX_LIBRARY": "libc++"
40   },
41   "subspecs": [
42     {
43       "name": "Core",
44       "public_header_files": [
45         "Source/*.h",
46         "Source/Details/**/*.h",
47         "Source/Layout/**/*.h",
48         "Source/Base/*.h",
49         "Source/Debug/**/*.h",
50         "Source/TextKit/ASTextNodeTypes.h",
51         "Source/TextKit/ASTextKitComponents.h"
52       ],
53       "source_files": [
54         "Source/**/*.{h,m,mm}",
55         "Base/*.{h,m}",
56         "Source/TextKit/*.h"
57       ]
58     },
59     {
60       "name": "PINRemoteImage",
61       "dependencies": {
62         "PINRemoteImage/iOS": [
63           "= 3.0.0-beta.13"
64         ],
65         "PINRemoteImage/PINCache": [
67         ],
68         "Texture/Core": [
70         ]
71       }
72     },
73     {
74       "name": "IGListKit",
75       "dependencies": {
76         "IGListKit": [
77           "~> 3.0"
78         ],
79         "Texture/Core": [
81         ]
82       }
83     },
84     {
85       "name": "Yoga",
86       "xcconfig": {
87         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOGA=1"
88       },
89       "dependencies": {
90         "Yoga": [
91           "1.6.0"
92         ],
93         "Texture/Core": [
95         ]
96       }
97     }
98   ]