[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 9 / a / OncePay / 0.0.5 / OncePay.podspec.json
blobb9a4702a1d5d27b6ceaf896393066b4fd41de4f8
2   "name": "OncePay",
3   "summary": "一个集成常用扩展的类库",
4   "version": "0.0.5",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "once00": "love521943@hotmail.com"
11   },
12   "social_media_url": "http://onceo.me/",
13   "homepage": "https://github.com/once00/OncePay",
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/once00/OncePay.git",
19     "tag": "0.0.5"
20   },
21   "requires_arc": true,
22   "source_files": "OncePay/**/*.{h,m}",
23   "public_header_files": "OncePay/**/*.{h}",
24   "libraries": [
25     "iconv",
26     "sqlite3",
27     "stdc++",
28     "z"
29   ],
30   "frameworks": [
31     "UIKit",
32     "Foundation",
33     "CoreFoundation",
34     "QuartzCore",
35     "CoreGraphics",
36     "CoreImage",
37     "CoreText",
38     "ImageIO",
39     "Accelerate",
40     "SystemConfiguration",
41     "CoreTelephony",
42     "Security",
43     "CoreLocation",
44     "JavaScriptCore",
45     "CoreMotion",
46     "CFNetwork"
47   ],
48   "ios": {
49     "vendored_frameworks": "OncePay/Classes/**/*.framework",
50     "vendored_libraries": "OncePay/Classes/**/**.a"
51   }