[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 8 / 3 / AGGeometryKit+POP / 0.1 / AGGeometryKit+POP.podspec.json
blob8a161a40d05226ebbe6fe9b3153ea7e7eb5a059c
2   "name": "AGGeometryKit+POP",
3   "version": "0.1",
4   "summary": "Bridging AGGeometryKit with POP for amazing dynamics and animations.",
5   "homepage": "https://github.com/hfossli/AGGeometryKit-POP",
6   "license": "MIT",
7   "platforms": {
8     "ios": "6.0"
9   },
10   "requires_arc": true,
11   "authors": {
12     "HÃ¥vard Fossli": "hfossli@agens.no"
13   },
14   "source": {
15     "git": "https://github.com/hfossli/AGGeometryKit-POP.git",
16     "tag": "0.1"
17   },
18   "default_subspecs": [
19     "Default"
20   ],
21   "subspecs": [
22     {
23       "name": "Default",
24       "frameworks": [
25         "SystemConfiguration",
26         "IOKit",
27         "CoreGraphics",
28         "UIKit",
29         "QuartzCore"
30       ],
31       "source_files": "Source/**/*.{h,m}",
32       "exclude_files": "Source/**/*Test.{h,m}",
33       "dependencies": {
34         "pop": [
35           "~> 1.0.4"
36         ],
37         "AGGeometryKit": [
38           "~> 1.0"
39         ]
40       }
41     }
42   ]