[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 4 / e / MAIKit / 71.0.0 / MAIKit.podspec.json
blob639e14cd79c1f2512b8ea0498e646f3a4e915d16
2   "name": "MAIKit",
3   "version": "71.0.0",
4   "summary": "A framework for sharing code between iOS and OS X",
5   "description": "                   MAIKit speeds up cross-platform development by defining protocols which\n                   contain the intersection of methods and properties of UIKit and AppKit\n                   classes. It also defines classes which implement these protocols, and\n                   can be used in both iOS and OS X code. These classes inherit from their\n                   UIKit and Appkit counterparts, and can be safely subclassed.\n",
6   "homepage": "https://github.com/MichaelBuckley/MAIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael Buckley": "michael@buckleyisms.com"
13   },
14   "social_media_url": "http://twitter.com/thebuckley",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "source": {
20     "git": "https://github.com/MichaelBuckley/MAIKit.git",
21     "tag": "71.0.0"
22   },
23   "source_files": [
24     "MAIKit/MAIKit",
25     "MAIKit/MAIKit/*.{h,m}"
26   ],
27   "requires_arc": true