[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 6 / 2 / 8 / TKSenTestAsync / 0.0.1 / TKSenTestAsync.podspec.json
blob74085e0eaf20575c494a7d1e57edccc09289a79b
2   "name": "TKSenTestAsync",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": "5.0"
6   },
7   "license": "MIT",
8   "summary": "SenTest category with Asynchronous support.",
9   "homepage": "https://github.com/xslim/TKSenTestAsync",
10   "authors": {
11     "Taras Kalapun": "http://kalapun.com"
12   },
13   "source": {
14     "git": "https://github.com/xslim/TKSenTestAsync.git",
15     "tag": "0.0.1"
16   },
17   "source_files": "*.{h,m}",
18   "requires_arc": true,
19   "frameworks": "SenTestingKit",
20   "xcconfig": {
21     "FRAMEWORK_SEARCH_PATHS": "\"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
22   }