blob: e93578a51d23f4fd2d5427f12ca0280c8bf3a176 [file] [log] [blame]
{
"name": "Specify",
"version": "0.0.2",
"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.2"
},
"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.1.0"
]
}
}