[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / f / 6 / PHYKit / 0.0.1 / PHYKit.podspec.json
blobd9fc0bd1ae2b9f24355d784d2f9c71767f8171f5
2   "name": "PHYKit",
3   "version": "0.0.1",
4   "summary": "PHYKit aims to be an API compatible implementation of UIKitDynamics for AppKit (OS X).",
5   "description": "__Currently this is incomplete and should not be used in production!__\n\nThe PHYKit project was started right after WWDC 2013, but our time to dedicate to the project dwindled so we decided to push it to GitHub in case our efforts could benefit anyone else.\n\nPHYKit aims to be an API-compatible implementation of UIKit Dynamics for AppKit (OS X). The dynamics use Box2D under the hood, just like UIKit Dynamics does.\n\nPHYKit currently supports gravity, collisions, and pushing. Not all functionality is implemented for these dynamic types; for example, collisions don’t support the callback when a collision has occurred.\n\nAttachments and springs are a work in progress.\n",
6   "homepage": "https://github.com/Imperiopolis/PHYKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nathan Trapp": "nathan@trappdesign.net",
13     "Zev Eisenberg": "zev@zeveisenberg.com"
14   },
15   "platforms": {
16     "osx": "10.8"
17   },
18   "source": {
19     "git": "https://github.com/Imperiopolis/PHYKit.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "PHYKit/PHYKit.h",
24     "PHYKit/**/*.{h,m,mm}"
25   ],
26   "public_header_files": "PHYKit/PHYKit.hPHYKit/Public/*.hPHYKit/Behaviors/*.h",
27   "libraries": "c++",
28   "xcconfig": {
29     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
30     "CLANG_CXX_LIBRARY": "libc++"
31   },
32   "requires_arc": true,
33   "dependencies": {
34     "box2d": [
36     ]
37   }