blob: dc4e192333c623c53da218b6ccadacfec82c6a1b [file] [log] [blame]
{
"name": "Inline",
"version": "0.3.0",
"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.0"
},
"source_files": "Inline/*.{h,m}",
"frameworks": "SenTestingKit",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
},
"requires_arc": true
}