[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 1 / c / iPhone-AR-Toolkit / 0.0.1 / iPhone-AR-Toolkit.podspec.json
blob6b08656e005c781729b336d9c57b80c458c1235f
2   "name": "iPhone-AR-Toolkit",
3   "version": "0.0.1",
4   "summary": "An Objective-C augmented reality kit for iPhone. Forked from the iphonearkit.",
5   "description": "This version of the iPhone ARKit is a forked version of the ARKit\nstarted on GitHub by Zac White.\n\nMajor Update!\n\n* works with iOS6 SDK only!\n* Project is now ARC enabled\n* The AugmentedRealityController can now be added to any View!!\n* Demo now shows full screen and a View in the main Window!\n* AugmentRealityController code has been cleaned up and simplified.\n* Additional changes are coming soon to simplifiy the use of the toolkit even further.\n",
6   "homepage": "https://github.com/nielswh/iPhone-AR-Toolkit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Niels Hansen": "nielswhansen@mac.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/nielswh/iPhone-AR-Toolkit.git",
19     "commit": "fb975ed1301ca2e6444a9cf0922127cbeb29927e"
20   },
21   "source_files": "ARKit/*.{h,m}",
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": true