blob: 04210f16fc0e2ec6aef3d9f5ed396f3fc64423e5 [file] [log] [blame]
{
"name": "Specify",
"version": "0.1.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.1.1"
},
"source_files": "Specify/*.{h,m}",
"frameworks": "SenTestingKit",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
},
"requires_arc": true,
"dependencies": {
"Inline": [
"~> 0.3.2"
]
}
}