[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 1 / 0 / f / Specify / 0.1.0 / Specify.podspec.json
blob5186b372bc09a6f3c0230caf59ddf186998c5587
2   "name": "Specify",
3   "version": "0.1.0",
4   "license": "MIT",
5   "platforms": {
6     "ios": "5.0"
7   },
8   "summary": "An Objective-C behaviour-driven development library.",
9   "homepage": "https://github.com/rdavies/Specify",
10   "authors": {
11     "Ryan Davies": "ryan@ryandavies.net"
12   },
13   "source": {
14     "git": "https://github.com/rdavies/Specify.git",
15     "tag": "0.1.0"
16   },
17   "source_files": "Specify/*.{h,m}",
18   "frameworks": "SenTestingKit",
19   "xcconfig": {
20     "FRAMEWORK_SEARCH_PATHS": "\"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
21   },
22   "requires_arc": true,
23   "dependencies": {
24     "Inline": [
25       "~> 0.3.1"
26     ]
27   }