blob: c3c386217021d1a07c5bf3fac3aa9ee3c7bc0f52 [file] [log] [blame]
{
"name": "MMRecord",
"version": "1.1.0",
"license": "MIT",
"summary": "A simple block based web service integration library.",
"homepage": "https://github.com/MutualMobile/MMRecord",
"authors": {
"Conrad Stoll": "conrad.stoll@mutualmobile.com"
},
"source": {
"git": "https://github.com/mutualmobile/MMRecord.git",
"tag": "1.1.0"
},
"requires_arc": true,
"default_subspecs": [
"Core"
],
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": "CoreData"
},
"osx": {
"frameworks": "CoreData"
},
"subspecs": [
{
"name": "Core",
"source_files": "Source/MMRecord/*.{h,m}"
},
{
"name": "AFServer",
"source_files": "Source/MMRecordAFServer/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~>1.0"
],
"MMRecord/Core": [
]
}
},
{
"name": "DynamicModel",
"source_files": "Source/MMRecordDynamicModel/*.{h,m}",
"dependencies": {
"MMRecord/Core": [
]
}
},
{
"name": "JSONServer",
"source_files": "Source/MMRecordJSONServer/*.{h,m}",
"dependencies": {
"MMRecord/Core": [
]
}
}
]
}