[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 1 / 2 / Inline / 0.2.0 / Inline.podspec.json
blob5bc33d3b89302ec47a5850397d720b947536abb2
2   "name": "Inline",
3   "version": "0.2.0",
4   "license": "MIT",
5   "platforms": {
6     "ios": "5.0"
7   },
8   "summary": "Extends SenTestCase to allow for easier implementation of alternative DSLs.",
9   "homepage": "https://github.com/rdavies/Inline",
10   "authors": {
11     "Ryan Davies": "ryan@ryandavies.net"
12   },
13   "source": {
14     "git": "https://github.com/rdavies/Inline.git",
15     "tag": "0.2.0"
16   },
17   "source_files": "Inline/*.{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     "Transcript": [
25       "~> 0.1.0"
26     ]
27   }