blob: 08e9614d0d51e6cfa5ce41803603aba3291fef39 [file] [log] [blame]
{
"name": "AsyncSenTest",
"version": "0.0.1",
"summary": "Asynchronous Test for OCTest (SenTest).",
"homepage": "https://github.com/rharriso/AsyncSenTest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ross T. Harrison": "rtharrison86@gmail.com"
},
"source": {
"git": "https://github.com/rharriso/AsyncSenTest.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": "SenTestingKit",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
},
"requires_arc": false
}