blob: 8d11db0ca89df286b66bdd0ff1b92ace0a583edb [file] [log] [blame]
{
"name": "Inline",
"version": "0.3.1",
"license": "MIT",
"platforms": {
"ios": "5.0"
},
"summary": "Write your tests any way you want.",
"description": "Simplifies integration of testing frameworks with Xcode and SenTestingKit.",
"homepage": "https://github.com/rdavies/Inline",
"authors": {
"Ryan Davies": "ryan@ryandavies.net"
},
"source": {
"git": "https://github.com/rdavies/Inline.git",
"tag": "0.3.1"
},
"source_files": "Inline/*.{h,m}",
"frameworks": "SenTestingKit",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
},
"requires_arc": true
}