[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / a / c / AsyncDisplayKitFix / 2.1.2 / AsyncDisplayKitFix.podspec.json
bloba824bff809de288ff69aa6537fe4959ea66fd471
2   "name": "AsyncDisplayKitFix",
3   "version": "2.1.2",
4   "license": {
5     "type": "BSD"
6   },
7   "homepage": "http://asyncdisplaykit.org",
8   "authors": {
9     "Scott Goodson": "scottgoodson@gmail.com"
10   },
11   "summary": "fix gif warnings for ios7.",
12   "source": {
13     "git": "https://github.com/aimobier/AsyncDisplayKit.git",
14     "tag": "2.1.2"
15   },
16   "documentation_url": "http://asyncdisplaykit.org/appledoc/",
17   "weak_frameworks": [
18     "Photos",
19     "MapKit",
20     "AssetsLibrary"
21   ],
22   "requires_arc": true,
23   "platforms": {
24     "ios": "7.0"
25   },
26   "default_subspecs": "PINRemoteImage",
27   "social_media_url": "https://twitter.com/AsyncDisplayKit",
28   "libraries": "c++",
29   "pod_target_xcconfig": {
30     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
31     "CLANG_CXX_LIBRARY": "libc++"
32   },
33   "subspecs": [
34     {
35       "name": "Core",
36       "public_header_files": [
37         "AsyncDisplayKitFix/*.h",
38         "AsyncDisplayKitFix/Details/**/*.h",
39         "AsyncDisplayKitFix/Layout/**/*.h",
40         "Base/*.h",
41         "AsyncDisplayKitFix/Debug/ASLayoutElementInspectorNode.h",
42         "AsyncDisplayKitFix/TextKit/ASTextNodeTypes.h",
43         "AsyncDisplayKitFix/TextKit/ASTextKitComponents.h"
44       ],
45       "source_files": [
46         "AsyncDisplayKitFix/**/*.{h,m,mm}",
47         "Base/*.{h,m}",
48         "AsyncDisplayKitFix/TextKit/*.h"
49       ]
50     },
51     {
52       "name": "PINRemoteImage",
53       "xcconfig": {
54         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PIN_REMOTE_IMAGE=1"
55       },
56       "dependencies": {
57         "PINRemoteImage/iOS": [
58           "= 3.0.0-beta.8"
59         ],
60         "PINRemoteImage/PINCache": [
62         ],
63         "AsyncDisplayKitFix/Core": [
65         ]
66       }
67     },
68     {
69       "name": "IGListKit",
70       "xcconfig": {
71         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) IG_LIST_KIT=1"
72       },
73       "dependencies": {
74         "IGListKit": [
75           "2.1.0"
76         ],
77         "AsyncDisplayKitFix/Core": [
79         ]
80       }
81     }
82   ]