[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 1 / 2 / Inline / 0.0.1 / Inline.podspec.json
blob43e5fa5b608122ceb1a11a045a741616e98b211f
2   "name": "Inline",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "platforms": {
9     "ios": "4.3"
10   },
11   "summary": "Extends SenTestCase to allow for easier implementation of alternative DSLs.",
12   "homepage": "https://github.com/rdavies/Inline",
13   "authors": {
14     "Ryan Davies": "ryan@ryandavies.net"
15   },
16   "source": {
17     "git": "https://github.com/rdavies/Inline.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "Inline/*.{h,m}",
21   "frameworks": "SenTestingKit",
22   "xcconfig": {
23     "FRAMEWORK_SEARCH_PATHS": "\"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
24   },
25   "requires_arc": true