[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 8 / 7 / 7 / AsyncDisplayKit / 1.9.7.1 / AsyncDisplayKit.podspec.json
blobaad611b933a98213b085f84048a37fb7f9333af2
2   "name": "AsyncDisplayKit",
3   "version": "1.9.7.1",
4   "license": {
5     "type": "BSD"
6   },
7   "homepage": "http://asyncdisplaykit.org",
8   "authors": {
9     "Scott Goodson": "scottgoodson@gmail.com",
10     "Ryan Nystrom": "rnystrom@fb.com"
11   },
12   "summary": "Smooth asynchronous user interfaces for iOS apps.",
13   "source": {
14     "git": "https://github.com/facebook/AsyncDisplayKit.git",
15     "tag": "1.9.7.1"
16   },
17   "documentation_url": "http://asyncdisplaykit.org/appledoc/",
18   "public_header_files": [
19     "AsyncDisplayKit/*.h",
20     "AsyncDisplayKit/Details/**/*.h",
21     "AsyncDisplayKit/Layout/*.h",
22     "Base/*.h",
23     "AsyncDisplayKit/TextKit/ASTextNodeTypes.h"
24   ],
25   "source_files": [
26     "AsyncDisplayKit/**/*.{h,m,mm}",
27     "Base/*.{h,m}",
28     "AsyncDisplayKit/TextKit/*.h"
29   ],
30   "frameworks": "AssetsLibrary",
31   "weak_frameworks": [
32     "Photos",
33     "MapKit"
34   ],
35   "requires_arc": true,
36   "exclude_files": [
37     "AsyncDisplayKit/Details/ASDealloc2MainObject.h",
38     "AsyncDisplayKit/Details/ASDealloc2MainObject.m"
39   ],
40   "default_subspecs": "PINRemoteImage",
41   "social_media_url": "https://twitter.com/fbOpenSource",
42   "libraries": "c++",
43   "pod_target_xcconfig": {
44     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
45     "CLANG_CXX_LIBRARY": "libc++"
46   },
47   "platforms": {
48     "ios": "7.0"
49   },
50   "subspecs": [
51     {
52       "name": "ASDealloc2MainObject",
53       "requires_arc": false,
54       "source_files": [
55         "AsyncDisplayKit/Private/_AS-objc-internal.h",
56         "AsyncDisplayKit/Details/ASDealloc2MainObject.h",
57         "AsyncDisplayKit/Details/ASDealloc2MainObject.m"
58       ]
59     },
60     {
61       "name": "PINRemoteImage",
62       "xcconfig": {
63         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PIN_REMOTE_IMAGE=1"
64       },
65       "dependencies": {
66         "PINRemoteImage/iOS": [
67           ">= 2.1.2"
68         ],
69         "AsyncDisplayKit/ASDealloc2MainObject": [
71         ]
72       }
73     }
74   ]