[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / a / 4 / 9 / hAPI-SDK / 1.0.0 / hAPI-SDK.podspec.json
blobbde57588427d8d3690eb56ab4b0f9d0f3544ed52
2   "name": "hAPI-SDK",
3   "version": "1.0.0",
4   "summary": "hAPI-SDK",
5   "description": "iOS Helper Methods for interacting with MedHelp's 'Health' API or 'hAPI'",
6   "homepage": "https://github.com/medhelpintl/iphone_hAPI-SDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "medhelp": "iphone@medhelp.org"
13   },
14   "source": {
15     "git": "https://github.com/medhelpintl/iphone_hAPI-SDK.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Headers",
23   "preserve_paths": "Pod/libhAPISDK.a",
24   "xcconfig": {
25     "LIBRARY_SEARCH_PATHS": "\"$(SRCROOT)/Pods/**\""
26   },
27   "ios": {
28     "vendored_libraries": "Pod/libhAPISDK.a"
29   },
30   "dependencies": {
31     "AFNetworking": [
32       "~> 1.3.3"
33     ]
34   }