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