blob: 0b12f6a309f28fbf5184df462d57f20baa284eb9 [file] [log] [blame]
{
"name": "CMFactory",
"version": "1.3.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.3.1"
},
"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.2"
],
"Mantle": [
"1.0"
]
}
}