[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / b / e / SwiftyAccountKit / 0.1.0 / SwiftyAccountKit.podspec.json
blob3d27caad3c292ffa4d228cbdb35b464e4b5df75f
2   "name": "SwiftyAccountKit",
3   "version": "0.1.0",
4   "summary": "AccountKit wrapper by Swift",
5   "description": "Wrapper for Facebook AccountKit framework",
6   "homepage": "https://github.com/maximbilan/SwiftyAccountKit",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Maxim Bilan": "maximb.mail@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/maximbilan/SwiftyAccountKit.git",
18     "tag": "0.1.0"
19   },
20   "source_files": [
21     "Classes",
22     "SwiftyAccountKit/Sources/**/*.{swift}"
23   ],
24   "requires_arc": true,
25   "frameworks": "AccountKit",
26   "vendored_frameworks": "Pods/AccountKit/AccountKit.framework",
27   "resources": "Pods/AccountKit/AccountKitStrings.bundle",
28   "pushed_with_swift_version": "3"