[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / 5 / ContentfulManagementAPI / 0.10.1 / ContentfulManagementAPI.podspec.json
blob8f53a4f1c9200730f08033125eca87b45373ddf6
2   "name": "ContentfulManagementAPI",
3   "version": "0.10.1",
4   "summary": "Objective-C SDK for Contentful's Content Management API.",
5   "homepage": "https://github.com/contentful/contentful.objc",
6   "authors": {
7     "Boris Bügling": "boris@buegling.com",
8     "JP Wright": "jp@contentful.com"
9   },
10   "source": {
11     "git": "https://github.com/contentful/contentful.objc.git",
12     "tag": "Management-0.10.1"
13   },
14   "social_media_url": "https://twitter.com/contentful",
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10"
22   },
23   "requires_arc": true,
24   "source_files": [
25     "ContentfulDeliveryAPI/Resources/*.{h,m}",
26     "ContentfulDeliveryAPI/*.{h,m}",
27     "ManagementAPI/Private/*.{h,m}",
28     "ManagementAPI/Public/*.h",
29     "Versions.h"
30   ],
31   "public_header_files": [
32     "ManagementAPI/Public/*.h",
33     "ContentfulDeliveryAPI/Resources/{CDAArray,CDAAsset,CDAContentType,CDAEntry,CDAError,CDASpace,CDAResource,CDAOrganizationContainer}.h",
34     "ContentfulDeliveryAPI/{CDAClient,CDAConfiguration,CDANullabilityStubs,CDARequest,CDAResponse,CDAField,CDASyncedSpace,ContentfulDeliveryAPI,CDAPersistenceManager,CDAPersistedAsset,CDAPersistedEntry,CDAPersistedSpace,CDALocalizablePersistedEntry,CDALocalizedPersistedEntry}.h"
35   ],
36   "xcconfig": {
37     "USER_HEADER_SEARCH_PATHS": [
38       "ContentfulDeliveryAPI/Resources/",
39       "ContentfulDeliveryAPI/",
40       "ManagementAPI/Private/",
41       "ManagementAPI/Public/"
42     ]
43   },
44   "ios": {
45     "source_files": "ContentfulDeliveryAPI/UIKit/*.{h,m}",
46     "frameworks": [
47       "UIKit",
48       "MapKit"
49     ],
50     "public_header_files": "ContentfulDeliveryAPI/UIKit/{CDAEntriesViewController,CDAFieldsViewController,UIImageView+CDAAsset,CDAMapViewController,CDAResourcesCollectionViewController,CDAResourcesViewController,CDAResourceCell}.h"
51   },
52   "dependencies": {
53     "AFNetworking": [
54       "~> 3.1.0"
55     ],
56     "ISO8601": [
57       "~> 0.6.0"
58     ]
59   },
60   "deprecated": true