[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 9 / a / AstroCocoaPackage / 1.0.0 / AstroCocoaPackage.podspec.json
blob8913a95f374a27d561a92d66d7fb079a2d7e1781
2   "name": "AstroCocoaPackage",
3   "version": "1.0.0",
4   "summary": "Various Obj-C and Cocoa tools for astronomical computations, developed and used primarily for iObserve.app.",
5   "description": "  \t\t\t\t\tThe AstroCocoaPackage contains lots of useful computations of astronomical quantities and conversions, in Objective-C.\n  \t\t\t\t\tIt has been developed originally inside iObserve.app. It is developed for iOS and OSX.\n",
6   "homepage": "http://onekilopars.ec/AstroCocoaPackage",
7   "license": {
8     "type": "GPLv2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CeĢdric Foellmi": "cedric@onekilopars.ec"
13   },
14   "source": {
15     "git": "https://github.com/onekiloparsec/AstroCocoaPackage.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "osx": "10.7",
20     "ios": "6.0"
21   },
22   "source_files": [
23     ".",
24     "*.{h,m,c}"
25   ],
26   "public_header_files": "*.h",
27   "frameworks": "Foundation",
28   "requires_arc": true