[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 7 / 6 / 2 / RosettaStoneKit / 1.4.0 / RosettaStoneKit.podspec.json
blob248735ecc015427ef5ce0d745b1c48cf93ee8130
2   "name": "RosettaStoneKit",
3   "version": "1.4.0",
4   "summary": "Magical Object Mapping framework for iOS/OS X",
5   "description": "RosettaStoneKit is a magical Object Mapping framework.\nIt converts dictionaries and arrays of data into instances of any classes.\nIt can also convert your custom objects into dictionaries and arrays.",
6   "homepage": "http://endoze.github.io/RosettaStoneKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris": "chris@wideeyelabs.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/endoze/RosettaStoneKit.git",
22     "tag": "1.4.0"
23   },
24   "source_files": [
25     "Common",
26     "Common/**/*.{h,m}",
27     "RosettaStoneKit/RosettaStoneKit.h",
28     "RosettaStoneKitOSX/RosettaStoneKitOSX.h"
29   ],
30   "requires_arc": true