[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 1 / 9 / Vigure / 1.0.0 / Vigure.podspec.json
blob40f8bba27e06e8939e0fd633f2526757bd61e0a0
2   "name": "Vigure",
3   "version": "1.0.0",
4   "summary": "The Vigure SDK",
5   "homepage": "http://www.vigure.com",
6   "license": "Commercial",
7   "authors": {
8     "Vigure Inc.": "sales@vigure.com"
9   },
10   "source": {
11     "git": "https://bitbucket.org/vigadmin/vigure-ios-sdk-public-binary-and-sample-app.git",
12     "tag": "v1.0.0"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": true,
18   "public_header_files": [
19     "SDK/include/VigureSDK/*.h"
20   ],
21   "preserve_paths": [
22     "SDK/libVigureSDK-Pods.a"
23   ],
24   "ios": {
25     "vendored_libraries": [
26       "SDK/libVigureSDK-Pods.a"
27     ]
28   },
29   "resources": [
30     "SDK/VigureBundle.bundle",
31     "SDK/include/VigureSDK/*.png"
32   ],
33   "dependencies": {
34     "AFNetworking": [
36     ],
37     "AFNetworking/UIKit": [
39     ],
40     "SBJson": [
42     ],
43     "NYXImagesKit": [
45     ]
46   }