blob: 69c5c64b82e60ebfdc7e9f2f2f61627969c0fadb [file] [log] [blame]
{
"name": "MMRecord",
"version": "1.3.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.3.0"
},
"requires_arc": true,
"default_subspecs": [
"Core"
],
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"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": [
]
}
},
{
"name": "ResponseSerializer",
"source_files": "Source/AFMMRecordResponseSerializer/*.{h,m}",
"dependencies": {
"AFNetworking": [
">= 2.0"
],
"MMRecord/Core": [
]
}
},
{
"name": "SessionManagerServer",
"source_files": "Source/AFMMRecordSessionManagerServer/*.{h,m}",
"dependencies": {
"AFNetworking": [
">= 2.0"
],
"MMRecord/Core": [
]
}
}
]
}