blob: cc6b7624e1d6e22216b88def3a2b965bf5b0e0ea [file] [log] [blame]
{
"name": "MCDynamicObject",
"version": "0.1",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Automatic persistence for your next iOS project.",
"homepage": "https://github.com/matthewcheok/MCDynamicObject",
"authors": {
"Matthew Cheok": "cheok.jz@gmail.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/matthewcheok/MCDynamicObject.git",
"branch": "master",
"tag": "0.1"
},
"source_files": "MCDynamicObject/*.{h,m}",
"public_header_files": "MCDynamicObject/*.h",
"dependencies": {
"TMCache": [
"~> 1.2.0"
],
"PDKeychainBindingsController": [
"~> 0.0.1"
]
},
"subspecs": [
{
"name": "Utilities",
"source_files": "MCDynamicObject/Utilities/*.{h,m}"
}
]
}