[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 4 / 0 / WTFramework / 0.1.0 / WTFramework.podspec.json
blob40ccfd192596e63676e056254ea1758850d8b05a
2   "name": "WTFramework",
3   "version": "0.1.0",
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.0"
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   }