[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / e / a / NSRails / 2.0.2 / NSRails.podspec.json
blobcf2e69f5b8fd3c2b4f05faaef5c595046bf70230
2   "name": "NSRails",
3   "version": "2.0.2",
4   "summary": "iOS/Mac OS framework for Rails.",
5   "description": "NSRails is a light-weight Objective-C framework that provides your classes with a high-level, ActiveResource-like API. This means CRUD and other operations on your corresponding Rails objects can be called natively via Objective-C methods.",
6   "homepage": "http://nsrails.com",
7   "license": {
8     "type": "MIT",
9     "file": "license.md"
10   },
11   "authors": {
12     "Dan Hassin": "danhassin@mac.com"
13   },
14   "source": {
15     "git": "https://github.com/dingbat/nsrails.git",
16     "tag": "v2.0.2"
17   },
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "source_files": [
23     "nsrails/Source",
24     "nsrails/Source/**/*.{h,m}"
25   ],
26   "preserve_paths": "docs",
27   "frameworks": "CoreData",
28   "requires_arc": true