[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / b / f / 3 / JSQDataSourcesKit / 1.0.0 / JSQDataSourcesKit.podspec.json
blobb252b652161ea6c40db7f5e684b432d04d2217d3
2   "name": "JSQDataSourcesKit",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "Type-safe, value-oriented data source objects that keep your view controllers light",
6   "homepage": "https://github.com/jessesquires/JSQDataSourcesKit",
7   "social_media_url": "https://twitter.com/jesse_squires",
8   "authors": {
9     "Jesse Squires": "jesse.squires.developer@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jessesquires/JSQDataSourcesKit.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "JSQDataSourcesKit/JSQDataSourcesKit/*.swift",
19   "resources": "JSQDataSourcesKit/JSQDataSourcesKit/*.xib",
20   "frameworks": [
21     "Foundation",
22     "UIKit",
23     "CoreData"
24   ],
25   "requires_arc": true