blob: dd540108f2a21e6a138e84a09e6fba6758d51689 [file] [log] [blame]
{
"name": "CMFactory",
"version": "1.1.0",
"summary": "FactoryGirl and fixture loader for iOS.",
"homepage": "https://github.com/lucasmedeirosleite/CMFactory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lucas Medeiros": "lucastoc@gmail.com"
},
"source": {
"git": "https://github.com/lucasmedeirosleite/CMFactory.git",
"tag": "1.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"source_files": "CMFactoryExampleTests/CMFactory",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(inherited)\" \"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
},
"dependencies": {
"SBJson": [
"~> 3.1.1"
],
"Mantle": [
"~> 0.2.2"
]
}
}