[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / b / WWCategory / 0.7.0 / WWCategory.podspec.json
blob729199bda0575e6a4512e02547e45c37a2beab65
2   "name": "WWCategory",
3   "version": "0.7.0",
4   "summary": "The iOS development simple and useful category.",
5   "homepage": "https://github.com/wonwoooochoi/WWCategory.git",
6   "license": "MIT",
7   "authors": {
8     "Won Woo Choi": "wonwoooochoi@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/wonwoooochoi/WWCategory.git"
12   },
13   "public_header_files": "Category/WWCategory.h",
14   "source_files": "Category/**/*.{h,m}",
15   "frameworks": [
16     "UIKit",
17     "Foundation",
18     "CoreGraphics",
19     "CommonCrypto",
20     "AssetsLibrary"
21   ],
22   "requires_arc": true,
23   "platforms": {
24     "ios": "5.0"
25   }