[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 9 / 5 / ContentfulManagementAPI / 0.10.0 / ContentfulManagementAPI.podspec.json
blob69263b6a2874a316670623e23be41b4e0d426ee7
2   "name": "ContentfulManagementAPI",
3   "version": "0.10.0",
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.0"
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   ],
30   "public_header_files": [
31     "ManagementAPI/Public/*.h",
32     "ContentfulDeliveryAPI/Resources/{CDAArray,CDAAsset,CDAContentType,CDAEntry,CDAError,CDASpace,CDAResource,CDAOrganizationContainer}.h",
33     "ContentfulDeliveryAPI/{CDAClient,CDAConfiguration,CDANullabilityStubs,CDARequest,CDAResponse,CDAField,CDASyncedSpace,ContentfulDeliveryAPI,CDAPersistenceManager,CDAPersistedAsset,CDAPersistedEntry,CDAPersistedSpace,CDALocalizablePersistedEntry,CDALocalizedPersistedEntry}.h"
34   ],
35   "xcconfig": {
36     "USER_HEADER_SEARCH_PATHS": [
37       "ContentfulDeliveryAPI/Resources/",
38       "ContentfulDeliveryAPI/",
39       "ManagementAPI/Private/",
40       "ManagementAPI/Public/"
41     ]
42   },
43   "ios": {
44     "source_files": "ContentfulDeliveryAPI/UIKit/*.{h,m}",
45     "frameworks": [
46       "UIKit",
47       "MapKit"
48     ],
49     "public_header_files": "ContentfulDeliveryAPI/UIKit/{CDAEntriesViewController,CDAFieldsViewController,UIImageView+CDAAsset,CDAMapViewController,CDAResourcesCollectionViewController,CDAResourcesViewController,CDAResourceCell}.h"
50   },
51   "dependencies": {
52     "AFNetworking": [
53       "~> 3.1.0"
54     ],
55     "ISO8601": [
56       "~> 0.6.0"
57     ]
58   },
59   "deprecated": true