blob: fb14a7fe87e914d6add0a222fe2cbfc7d258422e [file] [log] [blame]
{
"name": "Inline",
"version": "0.1.0",
"license": "MIT",
"platforms": {
"ios": "5.0"
},
"summary": "Extends SenTestCase to allow for easier implementation of alternative DSLs.",
"homepage": "https://github.com/rdavies/Inline",
"authors": {
"Ryan Davies": "ryan@ryandavies.net"
},
"source": {
"git": "https://github.com/rdavies/Inline.git",
"tag": "0.1.0"
},
"source_files": "Inline/*.{h,m}",
"frameworks": "SenTestingKit",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
},
"requires_arc": true
}