[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / a / c / fosrest / 0.3.6 / fosrest.podspec.json
blob80fbfb4e1f2104d4a7f4d542b4759affe8673f0c
2   "name": "fosrest",
3   "module_name": "FOSRest",
4   "version": "0.3.6",
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.3.6"
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   ]