blob: a69f4a2cd753c072dacea9922c3c0cd537e47a9f [file] [log] [blame]
{
"name": "Specify",
"version": "0.0.1",
"license": "MIT",
"platforms": {
"ios": "5.0"
},
"summary": "An Objective-C behaviour-driven development library.",
"homepage": "https://github.com/rdavies/Specify",
"authors": {
"Ryan Davies": "ryan@ryandavies.net"
},
"source": {
"git": "https://github.com/rdavies/Specify.git",
"tag": "0.0.1"
},
"source_files": "Specify/*.{h,m}",
"frameworks": "SenTestingKit",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
},
"requires_arc": true
}