[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / b / e / BuffKit / 0.12 / BuffKit.podspec.json
blobfd45f99fa834b9f05a62b26b3cd3854d902b5fb3
2   "name": "BuffKit",
3   "version": "0.12",
4   "authors": {
5     "R4L": "ralphwayne1991@gmail.com"
6   },
7   "summary": "An iOS kit for basic features:split view,cypher,frame access,null handling and more extensions",
8   "description": "BuffKit has provided data encryption/decryption,UIView\"s frame access\n,CALayer\"s frame accesss,geographic coordinate system transform(wgs84 to gcj02),\nnull handler(use method forwarding),split view etc.",
9   "homepage": "http://r4l.xyz",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/FlashHand/BuffKit.git",
19     "tag": "0.12"
20   },
21   "public_header_files": [
22     "BuffKit/*.h",
23     "BuffKit/**/*.h"
24   ],
25   "source_files": [
26     "BuffKit/BuffKit.h",
27     "BuffKit/**/*.{h,m}"
28   ],
29   "xcconfig": {
30     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto"
31   },
32   "ios": {
33     "frameworks": [
34       "Foundation",
35       "UIKit",
36       "CoreLocation"
37     ]
38   },
39   "requires_arc": true