[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / d / f / PYControllers / 0.1.1 / PYControllers.podspec.json
blob865a95f71f4c877c914d3e5d84a5308fa12acb45
2   "name": "PYControllers",
3   "version": "0.1.1",
4   "summary": "Most used UI controllers in iOS application, which is an extend for PYUIKit",
5   "homepage": "https://github.com/littlepush/PYControllers",
6   "license": {
7     "type": "LGPLv3",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Push Chen": "littlepush@gmail.com"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/littlepush/PYControllers.git",
18     "tag": "0.1.1"
19   },
20   "source_files": "PYControllers/*.{h,m}",
21   "frameworks": "QuartzCore",
22   "requires_arc": true,
23   "dependencies": {
24     "PYCore": [
25       "~> 0.9"
26     ],
27     "PYUIKit": [
28       "~> 0.9"
29     ]
30   }