[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 1 / 8 / 7 / Oriole2 / 0.1.1 / Oriole2.podspec.json
blobf4e78d9f6dbb1e7858f4d6df2145f0a98e547d77
2   "name": "Oriole2",
3   "version": "0.1.1",
4   "summary": "Oriole2 common libs for iOS.",
5   "homepage": "https://github.com/52doho",
6   "license": "MIT",
7   "authors": {
8     "Gary Wong": "52doho@gmail.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/52doho/Oriole2.git",
15     "tag": "v0.1.1"
16   },
17   "source_files": [
18     "Oriole2",
19     "Oriole2/**/*.{h,m,mm}"
20   ],
21   "resources": "Oriole2/Resources/*.{bundle}",
22   "xcconfig": {
23     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/Parse"
24   },
25   "frameworks": [
26     "SystemConfiguration",
27     "MobileCoreServices",
28     "StoreKit"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "MBProgressHUD": [
34     ],
35     "iRate": [
37     ],
38     "iVersion": [
40     ],
41     "Parse": [
43     ]
44   }