[Add] RegulaCommonNightly 7.5.939
[CocoaPods.git] / Specs / 4 / 6 / 0 / oxen / 0.0.3 / oxen.podspec.json
blob802d91d5316d09d13be597ba6827c9c3e1296313
2   "name": "oxen",
3   "version": "0.0.3",
4   "summary": "Observable collections in Objective-C",
5   "description": "  \t\t oxen generates changesets when collections are modified. The main use-case for observable collections \n\t\t are when binding a collection to a UITableView or a UICollectionView.\n\n\t\t Oxen changesets include the types of changes made to the collection and a snapshot of the collection after \n\t\t the changes hace been completed, making it easy to \n\n",
6   "homepage": "https://github.com/jacksonh/oxen",
7   "license": "MIT",
8   "authors": {
9     "Jackson Harper": "jacksonh@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/jacksonh",
12   "platforms": {
13     "ios": "5.0",
14     "osx": "10.7"
15   },
16   "source": {
17     "git": "https://github.com/jacksonh/oxen.git",
18     "tag": "0.0.3"
19   },
20   "source_files": "oxen/*.{h,m}",
21   "public_header_files": "oxen/*.h",
22   "requires_arc": true