[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 1 / 2 / Inline / 0.3.1 / Inline.podspec.json
blob8d11db0ca89df286b66bdd0ff1b92ace0a583edb
2   "name": "Inline",
3   "version": "0.3.1",
4   "license": "MIT",
5   "platforms": {
6     "ios": "5.0"
7   },
8   "summary": "Write your tests any way you want.",
9   "description": "Simplifies integration of testing frameworks with Xcode and SenTestingKit.",
10   "homepage": "https://github.com/rdavies/Inline",
11   "authors": {
12     "Ryan Davies": "ryan@ryandavies.net"
13   },
14   "source": {
15     "git": "https://github.com/rdavies/Inline.git",
16     "tag": "0.3.1"
17   },
18   "source_files": "Inline/*.{h,m}",
19   "frameworks": "SenTestingKit",
20   "xcconfig": {
21     "FRAMEWORK_SEARCH_PATHS": "\"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
22   },
23   "requires_arc": true