[Add] TPNBaiduSDKAdapter 6.4.35
[CocoaPods.git] / Specs / d / 0 / e / Archimedes / 1.0 / Archimedes.podspec.json
blob0908593ea5af7736a7328dc1617dd56c984eaf16
2   "name": "Archimedes",
3   "version": "1.0",
4   "summary": "Geometry functions for Cocoa and Cocoa Touch",
5   "homepage": "https://github.com/github/Archimedes",
6   "description": "                   Archimedes contains useful geometry functions for your Cocoa\n                   or Cocoa Touch application.\n",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Justin Spahr-Summers": "jspahrsummers@github.com"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.7"
17   },
18   "source": {
19     "git": "https://github.com/github/Archimedes.git",
20     "tag": "1.0"
21   },
22   "source_files": [
23     "Archimedes",
24     "Archimedes/**/*.{h,m}"
25   ],
26   "frameworks": [
27     "Foundation",
28     "CoreGraphics"
29   ],
30   "requires_arc": true