blob: 2717daefae05718228ee81b7b5199af6629aad09 [file] [log] [blame]
{
"name": "CMFactory",
"version": "1.4.1",
"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.4.1"
},
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "CMFactoryExampleTests/CMFactory",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(inherited)\" \"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
},
"dependencies": {
"Mantle": [
"1.0"
]
}
}