[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 4 / a / c / fosrest / 0.2.7 / fosrest.podspec.json
blob41a87808d920b8068344179f4347892096f1fc70
2   "name": "fosrest",
3   "module_name": "FOSRest",
4   "version": "0.2.7",
5   "summary": "A group of classes for connecting CoreData to REST services.",
6   "homepage": "https://github.com/foscomputerservices/fosrest",
7   "license": "MIT",
8   "authors": {
9     "David Hunt": "fosrest@foscomputerservices.com"
10   },
11   "source": {
12     "git": "https://github.com/foscomputerservices/fosrest.git",
13     "tag": "0.2.7"
14   },
15   "social_media_url": "https://twitter.com/foscompsvcs",
16   "platforms": {
17     "ios": "7.1"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*.{h,m}",
21   "public_header_files": "Pod/Classes/Public/**/*.h",
22   "private_header_files": "Pod/Classes/Private/**/*.h",
23   "resources": "Pod/Assets/*.{xcdatamodeld,xcdatamodel,adaptermap}",
24   "preserve_paths": "Pod/Classes/Private/*",
25   "frameworks": [
26     "Foundation",
27     "CoreData"
28   ]