[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / 0 / WTFramework / 0.1.2 / WTFramework.podspec.json
blobd2b9a4f89d6f0ac0b9d85a08be1fa4e05069de28
2   "name": "WTFramework",
3   "version": "0.1.2",
4   "summary": "An utility framework used on iOS.",
5   "description": "It is an utility framework used on iOS, which implement by Objective-C, packages some frequently-used capabilities, such as serialization, local database, file cache, network, signal, ... and more.",
6   "homepage": "https://github.com/William-Tse/WTFramework",
7   "license": "MIT",
8   "authors": {
9     "William-Tse": "floatingmen@126.com"
10   },
11   "social_media_url": "http://William-Tse.com",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/William-Tse/WTFramework.git",
17     "tag": "0.1.2"
18   },
19   "source_files": [
20     "framework",
21     "framework/**/*.{h,m}"
22   ],
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "libraries": "sqlite3",
28   "requires_arc": true,
29   "xcconfig": {
30     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto"
31   },
32   "dependencies": {
33     "AFNetworking": [
34       "~> 2.6"
35     ],
36     "FMDB": [
38     ]
39   }