[Add] AdisonOfferwallCommon 0.10.2
[CocoaPods.git] / Specs / 8 / 2 / 1 / MMRecord / 1.4.1 / MMRecord.podspec.json
blob958f6d22bd4f3e80870800f035a0a81e4093f030
2   "name": "MMRecord",
3   "version": "1.4.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.4.1"
13   },
14   "requires_arc": true,
15   "default_subspecs": "Core",
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.8"
19   },
20   "ios": {
21     "frameworks": "CoreData"
22   },
23   "osx": {
24     "frameworks": "CoreData"
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Source/MMRecord/*.{h,m}"
30     },
31     {
32       "name": "AFServer",
33       "source_files": "Source/MMRecordAFServer/*.{h,m}",
34       "dependencies": {
35         "AFNetworking": [
36           "~> 1.0"
37         ],
38         "MMRecord/Core": [
40         ]
41       }
42     },
43     {
44       "name": "DynamicModel",
45       "source_files": "Source/MMRecordDynamicModel/*.{h,m}",
46       "dependencies": {
47         "MMRecord/Core": [
49         ]
50       }
51     },
52     {
53       "name": "JSONServer",
54       "source_files": "Source/MMRecordJSONServer/*.{h,m}",
55       "dependencies": {
56         "MMRecord/Core": [
58         ]
59       }
60     },
61     {
62       "name": "ResponseSerializer",
63       "source_files": "Source/AFMMRecordResponseSerializer/*.{h,m}",
64       "dependencies": {
65         "AFNetworking": [
66           ">= 2.0"
67         ],
68         "MMRecord/Core": [
70         ]
71       }
72     },
73     {
74       "name": "SessionManagerServer",
75       "source_files": "Source/AFMMRecordSessionManagerServer/*.{h,m}",
76       "dependencies": {
77         "AFNetworking": [
78           ">= 2.0"
79         ],
80         "MMRecord/Core": [
82         ]
83       }
84     },
85     {
86       "name": "TweakModel",
87       "platforms": {
88         "ios": "6.0"
89       },
90       "source_files": "Source/FBMMRecordTweakModel/*.{h,m}",
91       "dependencies": {
92         "MMRecord/Core": [
94         ],
95         "Tweaks": [
96           ">= 1.1.0"
97         ]
98       }
99     }
100   ]