[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / 2 / 1 / MMRecord / 1.0.1 / MMRecord.podspec.json
blob305b065de0aa2584dd62e5b81beeaf96eec1c856
2   "name": "MMRecord",
3   "version": "1.0.1",
4   "license": "MIT",
5   "summary": "A simple block based web service integration library.",
6   "homepage": "https://github.com/MutualMobile/MMRecord",
7   "authors": {
8     "Conrad Stoll": "conrad.stoll@mutualmobile.com"
9   },
10   "source": {
11     "git": "https://github.com/mutualmobile/MMRecord.git",
12     "tag": "1.0.1"
13   },
14   "requires_arc": true,
15   "default_subspecs": [
16     "Core"
17   ],
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "ios": {
23     "frameworks": "CoreData"
24   },
25   "osx": {
26     "frameworks": "CoreData"
27   },
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Source/MMRecord/*.{h,m}"
32     },
33     {
34       "name": "AFServer",
35       "source_files": "Source/MMRecordAFServer/*.{h,m}",
36       "dependencies": {
37         "AFNetworking": [
38           "~>1.0"
39         ],
40         "MMRecord/Core": [
42         ]
43       }
44     },
45     {
46       "name": "DynamicModel",
47       "source_files": "Source/MMRecordDynamicModel/*.{h,m}",
48       "dependencies": {
49         "MMRecord/Core": [
51         ]
52       }
53     },
54     {
55       "name": "JSONServer",
56       "source_files": "Source/MMRecordJSONServer/*.{h,m}",
57       "dependencies": {
58         "MMRecord/Core": [
60         ]
61       }
62     }
63   ]